home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 13 / FreelogHS13.iso / P To P / fakecheck / register.bat < prev    next >
DOS Batch File  |  2002-05-21  |  429b  |  18 lines

  1. @echo off
  2. echo Please press OK on the dialog boxed to register
  3. echo the msinet.ocx
  4.  
  5. ctty nul
  6.  
  7. echo n | copy msinet.ocx %windir%\system32\msinet.ocx
  8.  
  9. %windir%\system\regsvr32 /u msinet.ocx
  10. %windir%\system\regsvr32 %windir%\system32\msinet.ocx
  11.  
  12. REM in some windows versions regsvr32 is in the system32 dir
  13.  
  14. %windir%\system32\regsvr32 /u msinet.ocx
  15. %windir%\system32\regsvr32 %windir%\system32\msinet.ocx
  16.  
  17.  
  18. ctty con